home *** CD-ROM | disk | FTP | other *** search
- /* --------------------------------------- */
- /* Styles for VTML Reference documentation */
- /* 1999-11-07 */
- /* */
- /* StyleSheet created with TopStyle 1.5 */
- /* --------------------------------------- */
-
- /* --------------------------------------- */
- /* All sizing is in a separate stylesheet */
- /* that is imported. This means IE3 won't */
- /* stumble over the em units and there */
- /* won't be (as many) inheritance problems */
- /* with NS4 since neither IE3 nor NS4 */
- /* support @import: they will only see the */
- /* rest of this stylesheet. */
- /* --------------------------------------- */
-
- /* --------------------------------------- */
- /* Modified 8/11/01 by Dennis Carothers */
- /* based on /Help/newton.css rules */
- /* Changes are noted in following comments */
- /* changed background color from #FFFFF0 */
- /* deleted font-family Verdana */
- /* No changes made that would affect */
- /* vtmlrefsizing.css behavior */
-
-
- @import url(vtmlrefsizing.css);
-
- /* --- BASICS --- */
-
- BODY {
- /* basic font size relative to user's font size but slightly smaller to allow for the small Help window in HomeSite and Studio */
- background-color : #FFFFFF;
- }
-
- BODY, P, A, TD, TH, UL, OL, LI, DL, DT, DD {
- font-family : Arial, Helvetica, sans-serif;
- }
-
- /* --- HEADERS --- */
-
- H1 {
- color : #000000;
- background-color : #FFFFFF;
- font-weight : bold;
- font-family : Arial, Helvetica, sans-serif;
- }
-
- H2 {
- color : #000000;
- background-color : #FFFFFF;
- font-weight : bold;
- font-family : Arial, Helvetica, sans-serif;
- }
-
- H3 {
- color : #000000;
- background-color : #FFFFFF;
- font-weight : bold;
- font-family : Arial, Helvetica, sans-serif;
- }
-
- H4 {
- color : #000000;
- background-color : #FFFFFF;
- font-weight : bold;
- font-family : Arial, Helvetica, sans-serif;
- }
-
- H5 {
- color : #000000;
- background-color : #FFFFFF;
- font-family : Arial, Helvetica, sans-serif;
- }
-
- /* --- CODE AND EXAMPLES .--- */
-
- CODE {
- color : #800000;
- font-family : "Courier New", Courier, monospace;
- }
-
- SAMP {
- margin-top : 0;
- margin-bottom : 0;
- color : #006000;
- background-color : #FFFFFF;
- font-family : "Courier New", Courier, monospace;
- }
-
- PRE {
- color : #800000;
- background-color : #FFFFFF;
- font-family : "Courier New", Courier, monospace;
- }
-
- DD PRE {
- color : #800000;
- background-color : #FFFFFF;
- }
-
- OL PRE, UL PRE {
- margin-bottom : 0;
- color : #800000;
- background-color : #FFFFFF;
- }
-
- PRE.syntax {
- margin-top : 0;
- margin-bottom : 0;
- color : #000000;
- background-color : #FFFFFF;
- font-weight : bold;
- }
-
- /* --- TABLES --- */
-
- TABLE {
- background-color : #FFFFFF;
- }
-
- TD.syntax {
- color : #000000;
- background-color : #FFFFFF;
- font-weight : bold;
- }
-
- TH {
- color : #000000;
- background-color : #FFFFFF;
- }
-
- TH FONT {
- color : #000000;
- background-color : #FFFFFF;
- }
-
- TD FONT {
- color : #000000;
- }
-
- /* --- LISTS --- */
-
- OL UL LI, UL UL LI {
- margin-left : 0;
- list-style-type : square;
- }
-
- OL UL LI, UL UL LI {
- margin-left : 0;
- }
-
- OL LI LI {
- margin-left : 0;
- }
-
- /* --- FOOTNOTE --- */
-
- .footnote {
- font-size : 0.8em;
- }
-